-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
breaking: allowmean and allowdrift True by default in AutoARIMA #918
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Hey. Thanks for your contribution. Can you please add the pin |
Hi, I'm not fully fluent in git, so is there another way to restore the files without creating another commit? Not sure what the intended operations are (like I'm assuming I don't commit the settings.ini change either because that should be another pull request) |
I think you can run It's ok to commit the |
Thanks for the git command. This should work. |
I did the change, but I can't commit due to ruff. Something about imported numpy but unused. I ran
|
Yeah, sorry that's mypy. We don't really care about running it on the experiments folder, so can you change this statsforecast/.pre-commit-config.yaml Line 28 in 8e16c02
to (experiments|setup.py) ?
|
Done! |
Hmm, it seems that the smape for the statistical ensemble in the m3 is increasing in the test, however I'm not able to reproduce that score locally, I've already tried on two different machines and I get what we currently have. I'll keep investigating. |
Oh it was due to me having the
4.3 .
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
I encountered the same issue as #896, this should fix it.
I couldn't commit without adding the other files; I don't think I missed a step in the contributing guidelines either.